GenerativeComponents Help

Ref properties

Many arguments are marked Ref. This indicates that the values are passed by reference. In these cases the user must use the ref keyword before the argument. The reason for this is to facilitate maximum speed as the library is designed for very fast calculations. When passing by reference only a reference to the values are passed not the values themselves.